home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 26 (Anniversary Edition)
/
Volume 26 [Anniversary Edition] - JOGO DISK .iso
/
DEPOSITO
/
REmovido
/
Nave
/
SpaceExplorer.swf
/
scripts
/
frame_7
/
DoAction.as
Wrap
Text File
|
2006-06-13
|
335b
|
21 lines
stop();
this.onEnterFrame = function()
{
if(Key.isDown(80) && getTimer() - getT > 500)
{
getT = getTimer();
if(_root.ok == 1)
{
_root.ok = 0;
}
else
{
_root.ok = 1;
}
}
};
_root.fuel = 1000;
_root.ship._x = 230;
_root.ship._y = 50;
_root.ok = 1;